*
* Returns the orientation of the pan gestures that this @gesture expects.
*
- * Return value: the expected orientation for pan gestures
+ * Returns: the expected orientation for pan gestures
*
* Since: 3.14
*/
* #GtkScrolledWindow, the overlays are placed relative
* to its contents.
*
- * Return: %TRUE if the @allocation has been filled
+ * Returns: %TRUE if the @allocation has been filled
*/
signals[GET_CHILD_POSITION] =
g_signal_new (I_("get-child-position"),
* Creates a new #GtkCloudprintAccount object, representing a Google
* Cloud Print account and its state data.
*
- * Return value: the new #GtkCloudprintAccount object
+ * Returns: the new #GtkCloudprintAccount object
**/
GtkCloudprintAccount *
gtk_cloudprint_account_new (const gchar *id,
* object. #GtkPrintBackendCloudprint implements the #GtkPrintBackend
* interface using REST API calls to the Google Cloud Print service.
*
- * Return value: the new #GtkPrintBackendCloudprint object
+ * Returns: the new #GtkPrintBackendCloudprint object
**/
GtkPrintBackend *
gtk_print_backend_cloudprint_new (void)
* implements the #GtkPrinter interface and stores a reference to the
* #GtkCloudprintAccount object and the printer-id to use
*
- * Return value: the new #GtkPrinterCloudprint object
+ * Returns: the new #GtkPrinterCloudprint object
**/
GtkPrinterCloudprint *
gtk_printer_cloudprint_new (const char *name,